home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / scan221.zip / SCAN.DOC < prev    next >
Text File  |  1990-04-21  |  3KB  |  78 lines

  1.  
  2.      ***********      ***********      ***********      *         *
  3.      *                *                *         *      **        *
  4.      *                *                *         *      * *       *
  5.      *                *                *         *      *  *      *
  6.      *                *                *         *      *   *     *
  7.      ***********      *                ***********      *    *    *
  8.                *      *                *         *      *     *   *
  9.                *      *                *         *      *      *  *
  10.                *      *                *         *      *       * *
  11.                *      *                *         *      *        **
  12.      ***********      ***********      *         *      *         *
  13.  
  14.                         An object module dumper
  15.  
  16.                              Version 2.21
  17.  
  18.  
  19.      Written by Andre Asselin
  20.      Last revised 4/21/90
  21.  
  22.      Copyright 1990 by Andre Asselin, all rights reserved.
  23.  
  24.      You are encouraged to freely distribute this program, providing its
  25.      distributed in its entirety.  If you find it useful, I would greatly
  26.      appreciate a $10 donation.
  27.  
  28.  
  29.      Addresses:
  30.         CompuServe: 73765,673
  31.         GEnie:      A.ASSELIN
  32.         US Mail:    Andre Asselin
  33.                     99 Cutler St.
  34.                     Warren, RI 02885
  35.  
  36.  
  37.    PURPOSE:
  38.  
  39.      This program will take a Microsoft .OBJ file, and display its contents
  40.      broken up into the various records and structures.  I have implemented
  41.      all of the major records, so it does a pretty good job.  Its useful
  42.      when disassembling any kind of .OBJ file, including libraries, because
  43.      it gives you all of the symbolic names and their locations.  Its also
  44.      pretty interesting to see what a compiler spits out, and this program
  45.      will be able to show you.
  46.  
  47.    SYNTAX:
  48.  
  49.      SCAN file [ file file ... ]
  50.      file is the name of the file you want displayed
  51.  
  52.      SCAN will go through and display the first file, then the second, etc.
  53.      You needn't supply the .OBJ or .LIB extension.  SCAN with no arguments
  54.      will display a message with the syntax and a plea for money.
  55.  
  56.    OTHER STUFF:
  57.  
  58.      This program is based on another program called OBJSCN.  I converted
  59.      that program to QuickBASIC and added a bunch of records and other
  60.      stuff to get this version.  If you'd like the source code, send me
  61.      the $10, a floppy disk, a postage-paid mailer, and a quick note to
  62.      remind me what what its for.
  63.  
  64.      If you have any knowledge of other record formats I would be happy
  65.      to add them to the next version of the program.  Remember, by sharing
  66.      this kind of information, everybody benefits, especially end-users.
  67.  
  68.      If you have any questions, comments, or anything else to say (good or
  69.      bad), I would appreciate hearing from you.  The best way to get in
  70.      touch with me is by CompuServe or GEnie, but I will also answer mail.
  71.  
  72.    PERSONAL INFO:
  73.  
  74.      I am an undergraduate at Rensselaer Polytechnic Institute majoring
  75.      in Computer Science, currently finishing my Sophomore year (4/21/90).
  76.      I am also a brother of Alpha Sigma Phi, and am interested in
  77.      photography, hockey, and cooking.
  78.